home *** CD-ROM | disk | FTP | other *** search
/ Painters Painting / Painters Painting (1996)(Voyager)[Mac-PC].iso / pc / painting.dir / 00576_Script_576 < prev    next >
Text File  |  1996-05-07  |  207b  |  11 lines

  1. on keydown
  2.   if the keycode = 123 or the keycode = 126 then
  3.     go the frame - 1
  4.     exit
  5.   end if
  6.   if the keycode = 124 or the keycode = 125 then
  7.     go the frame + 1
  8.     exit
  9.   end if
  10.   pass
  11. end